home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / gamtlk11.zip / source.zip / CARIBBEAN POKER / CPOKERNT.ICC < prev    next >
Text File  |  1999-12-15  |  730b  |  20 lines

  1. option ProjectOptions = gen(arch, "pentium"),
  2.                         incl(searchpath, "..\\"), macros(global, "yes")
  3. {
  4.    option lang(nokeyword, "bool"), lang(nokeyword, "true"),
  5.           lang(nokeyword, "false"), link(linkwithmultithreadlib, "yes"),
  6.           link(subsystem, "windows", 4, 0), define("IC_LANG_BOOL", "0"),
  7.           define("_X86_", ), define("IVB_IMPORT", "_Import"), incl(searchpath, ".")
  8.    {
  9.       target type(exe) "CPokerNT.EXE"
  10.       {
  11.          source type(cpp) "Hand.CPP"
  12.          source type(cpp) "Command.CPP"
  13.          source type(cpp) "Profile.CPP"
  14.          source type(cpp) "CPoker.CPP"
  15.          source type(hpp) "CPoker.HPP"
  16.          source type(rc)  "CPokerNT.RC"
  17.       }
  18.    }
  19. }
  20.